home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / dev / debug / ggdebug.lha / fd / ggdebug.fd
Encoding:
Text File  |  1999-03-11  |  304 b   |  14 lines

  1. * "ggdebug.library"
  2. ##base _GGDebugBase
  3. ##bias 30
  4. * The gg debug library functions...
  5. ##public
  6. KCmpStr(string1,string2)(a0/a1)
  7. KDoFmt(formatString, datastream, putChProc, putChData)(a0/a1/a2/a3)
  8. KGetChar()()
  9. KMayGetChar()()
  10. KPutChar(character)(d0)
  11. KPutStr(string)(a0)
  12. VKPrintf(format, data)(a0/a1)
  13. ##end
  14.